home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000066_jaltman@columbia.edu_Tue Dec 16 09:37:26 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: HTTPS PUT file transfer failure
  5. Date: 16 Dec 2003 14:21:51 GMT
  6. Organization: Columbia University
  7. Lines: 43
  8. Message-ID: <brn4dv$9mv$1@newsmaster.cc.columbia.edu>
  9. References: <36c7c5aa.0312160441.101f69b5@posting.google.com>
  10. NNTP-Posting-Host: mango.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1071584511 9951 128.59.59.104 (16 Dec 2003 14:21:51 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 16 Dec 2003 14:21:51 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14747
  16.  
  17. 209 is broken and does not work with https connections.
  18.  
  19. 210 works correctly but is being used wrong.  The HTTP CLOSE is not
  20. optional.  C-Kermit implements persistent http connections to 
  21. enable the use of multiple HTTP operations on a single TCP session. 
  22. While the HTTP OPEN may be skipped the HTTP CLOSE cannot be.
  23.  
  24. Jeffrey Altman
  25. Kermit 95 Author
  26. Independent Software Developer
  27.  
  28. DaveL <dave.lloyd@aah.co.uk> wrote:
  29. : Hi
  30.  
  31. : I'm trying to use the kermit (C-kermit 8, builds 8.0.209 and 8.0.210
  32. : built with openssl on aix433) https personality to put a file onto a
  33. : server outside my company... I get 2 different responses, neither of
  34. : which are successful:
  35.  
  36. : Either:
  37. : ..210
  38. : the connection is established and the file is transferred but the
  39. : connection won't close (I'm trying to do it all in one line to avoid
  40. : all the opening and closing steps that kermit should handle
  41. : internally:
  42. : "http PUT myfile https://a.b.c.d/TheirPath/theirfile"
  43.  
  44. : Or:
  45. : in ver ..209
  46. : Connection made, file reports as being transferred , connection
  47. : closes... file is not transferred.
  48.  
  49. : What am I missing here???
  50.  
  51. : Help please!
  52.  
  53. : Dave
  54.  
  55. -- 
  56.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  57.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  58.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  59.  kermit-support@columbia.edu               OpenSSL.
  60.